testsuite/gdk: Add common_cflags to build
authorTimm Bäder <mail@baedert.org>
Fri, 6 Mar 2020 17:13:59 +0000 (18:13 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 6 Mar 2020 17:22:01 +0000 (18:22 +0100)
testsuite/gdk/meson.build

index 36d424ebe19c01ee966e93fd1a49ffec82022543..9afd0ca009674d4e47536638e5d6699466d1908e 100644 (file)
@@ -14,6 +14,7 @@ tests = [
 
 foreach t : tests
   test_exe = executable(t, '@0@.c'.format(t),
+                        c_args: common_cflags,
                         dependencies: libgtk_dep,
                         install: get_option('install-tests'),
                         install_dir: testexecdir)